Sample script file (with macros)


REM This version uses only macros for game actions.
REM Compare the game action assignments of the macros to the
REM assignments in the non-macro version of the file. You'll notice
REM that the keystroke sequences are exactly alike.
REM
REM *** DEADER.STS - script for Deader: The Reckoning
REM *** script written by Alex Kumquat 6/30/97

[SETUP]
Game Setup
From the Deader main menu, select OPTIONS.
From the OPTIONS menu, select RESET TO DEFAULTS.
Press [Esc] to return to the main menu and begin playing.

[MACROS]
"Attack" = LCTL
"Change Weapon" = ;
"Jump" = ENT
"Walk Forward" = UAROW
"Run" = LSFT
"Sidestep" = LALT
[CONFIG]
REM *** Define button Usage
TRIGGER SENDS "Attack"
S1 SENDS "Jump"
S2 SENDS "Change Weapon"
S3 SENDS "Sidestep"
S4 SENDS "Walk Forward"
S5 SENDS "Run"

REM ++++++++++ end of script file ++++++++++++


home